home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-08-07 | 1011 b | 47 lines | [TEXT/CWIE] |
- ////////////////////////////////
- //
- // TSAtanhBlock.h
- //
- // © 1994, 1995, 1996, 1997 Tangent Systems
- //
- // All rights reserved.
- //
- // This file contains confidential and proprietary information. No Portion
- // of this file may be reproduced, by any means, without the written
- // permission of Tangent Systems
- //
- // Tangent Systems makes no representation or warranties about the suitibility of the software,
- // either express or implied, including but not limited to the implied warranties of merchantability,
- // fitness for a particular purpose, or non-infringment.
- //
- // Description:
-
- //
- //
- // Author: John H. Shackelford, Tangent Systems
- // email: jshack@tangentsys.com
- //
- // Date: 1997/06/20
- // Version: A
- //
- // Revision History:
- // 1997/06/20 Revision A - Initial Release
- //
- ////////////////////////////////
-
- #ifndef _TSAtanhBlock_h
- #define _TSAtanhBlock_h
-
- #include "TSBuildBlock.h"
-
-
- class TSAtanhBlock : public TSBuildBlock
- {
- public:
- // Attributes
-
- // Methods
- int doSimulate(Real time);
-
- };
- #endif